~/storm/build/bin/storm --jani ftwc.jani --janiproperty TimeMax --constants N=8,TIME_BOUND=5 --signal-timeout 60 --general:precision 1e-12 --gmm++:precision 1e-12 --native:precision 1e-12 --minmax:precision 1e-12 --timebounded:precision 1e-6 --lra:precision 1e-12 --engine portfolio --ddlib sylvan --sylvan:maxmem 6114 --sylvan:threads 4
Storm 1.5.1
Date: Wed Mar 18 23:40:12 2020
Command line arguments: --jani ftwc.jani --janiproperty TimeMax --constants 'N=8,TIME_BOUND=5' --signal-timeout 60 '--general:precision' 1e-12 '--gmm++:precision' 1e-12 '--native:precision' 1e-12 '--minmax:precision' 1e-12 '--timebounded:precision' 1e-6 '--lra:precision' 1e-12 --engine portfolio --ddlib sylvan '--sylvan:maxmem' 6114 '--sylvan:threads' 4
Current working directory: /
WARN (GeneralSettings.cpp:110): Setting the precision option with module prefix does not effect all solvers. Consider setting --precision instead of --general:precision.
Time for model input parsing: 0.005s.
Portfolio engine picked the following settings:
engine=sparse bisimulation=false exact=false
Time for model construction: 0.097s.
--------------------------------------------------------------
Model type: Markov Automaton (sparse)
States: 10299
Transitions: 26983
Choices: 12635
Markovian St.: 4951
Max. Rate.: 2.0307
Reward Models: none
State Labels: 3 labels
* deadlock -> 0 item(s)
* (((workstations_up[0] = 0) | switches_down[0]) & ((workstations_up[1] = 0) | switches_down[1])) -> 1059 item(s)
* init -> 1 item(s)
Choice Labels: none
--------------------------------------------------------------
Time for model preprocessing: 0.000s.
--------------------------------------------------------------
Model type: Markov Automaton (sparse)
States: 10299
Transitions: 26983
Choices: 12635
Markovian St.: 4951
Max. Rate.: 2.0307
Reward Models: none
State Labels: 3 labels
* deadlock -> 0 item(s)
* (((workstations_up[0] = 0) | switches_down[0]) & ((workstations_up[1] = 0) | switches_down[1])) -> 1059 item(s)
* init -> 1 item(s)
Choice Labels: none
--------------------------------------------------------------
Model checking property "TimeMax": T[exp]max=? [F (((workstations_up[0] = 0) | switches_down[0]) & ((workstations_up[1] = 0) | switches_down[1]))] ...
Result (for initial states): 1995676.377665207
Time for model checking: 67.179s.